<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å›¾æ&nbsp;‡å­—ä½“å¼•å…¥*/
@font-face {
  font-family: 'iconfont';  /* project id 230292 */
  src: url('//at.alicdn.com/t/font_qofkalydm497wrk9.eot');
  src: url('//at.alicdn.com/t/font_qofkalydm497wrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_qofkalydm497wrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_qofkalydm497wrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_qofkalydm497wrk9.svg#iconfont') format('svg');
}
.iconfont{
	font-family:"iconfont";
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; 
}


*{
	margin: 0 auto;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	/*cursor: default;*/
}
html,body {
	width: 100%;
	min-height: 500px;
	background: #fff;
	font-size: 12px;
	/*font-family: 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif';*/
	font-family: 'Helvetica Neue','Helvetica','Arial','PingFang SC','Hiragino Sans GB', 'Microsoft YaHei','WenQuanYi Micro Hei', 'sans-serif';
	font-weight: normal;
	position: relative;
	text-align: center;
	background-color: #e0e0e0;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
a, a &gt; *{
	cursor: pointer;

}
ul {
	list-style: none;
}
li {
	list-style: none;
	display: inline-block;
 	*display:inline;
}
input, select, textarea{
	outline: none;
	border: none;
	background-color: transparent;
}
b,i{
	font-style: normal;
	font-weight: normal;
}
:after, :before{
	box-sizing: border-box;
}
* p{
	color: #777;
	font-size: 14px;
}

.maxWrap{
	width: 100%;
	max-width: 1600px;
}
.inner_wrap{
	width: 1200px;
	position: relative;
	padding: 0 30px;
}
.backTop{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 580px;
	z-index: 100;
	display: none;
	opacity: .8;
	cursor: pointer;
}
.backTop:hover{
	opacity: 1;
}



/*è‡ªå®šä¹‰æ»šåŠ¨æ¡æ&nbsp;·å¼*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.2); 
}


/*æç¤ºæ»‘åŠ¨çš„é¼&nbsp;æ&nbsp;‡icon*/
.scroll_down{
	position: absolute;
	left: 50%;
	bottom: 5%;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .6;
}
.scroll_down i{
	display: block;
	color: #fff;
	font-size: 30px;
    -webkit-animation: tip 1s ease 0s infinite;
    -moz-animation: tip 1s ease 0s infinite;
    -ms-animation: tip 1s ease 0s infinite;
    -o-animation: tip 1s ease 0s infinite;
    animation: tip 1s ease 0s infinite;
}



/*##############################################################*/
/*##############################################################*/
.section{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.section:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: transparent;
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-ms-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}
.section .bg{
	width: 100%;
}
.section_con{
	width: 100%;
	position: absolute;
	padding: 50px;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	text-align: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.section_con h4{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .12em;
}
.section_con p{
	color: #cbcbcb;
	margin-top: 20px;
}
.section_con a{
	display: inline-block;
	background: transparent;
	border: none;
	line-height: 22px;
	padding: 13px 30px;
	color: #fff;
	font-size: 14px;
	background-color: #262626;

	height: auto;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.section_con a i{
	margin-left: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*é¼&nbsp;æ&nbsp;‡ç§»å…¥*/
.section:hover:before{
	background-color: rgba(0,0,0,0.2);
}
.section:hover .section_con{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.section:hover .section_con a{
	margin-top: 30px;
    opacity: 1;
    visibility: visible;
}
.section_con a:hover{
	background-color: #565656;
}
.section_con a:hover i{
	left: 10px;
}


.section_title{
	width: 100%;
	color: #000;
	font-size: 18px;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
	/*text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	margin-bottom: 60px;
}
.section_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.section_title h3{
	margin-bottom: 20px;
}
.section_title p{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


/*æ–°é—»è¯¦æƒ…*/
/*##############################################################*/
/*##############################################################*/
.news_detail{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.news_detail_box{
	width: 1200px;
	max-width: 90%;
	height: 90%;
	background-color: #fff;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5% 0;
}
.news_detail_box_close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 100;
	background-color: #e60014;
	/*padding: 5px;*/
	cursor: pointer;
}
.news_detail_box_close i{
	display: block;
	color: #fff;
	font-size: 40px;
    -webkit-animation: turn 2s ease 0s infinite;
    -moz-animation: turn 2s ease 0s infinite;
    -ms-animation: turn 2s ease 0s infinite;
    -o-animation: turn 2s ease 0s infinite;
    animation: turn 2s ease 0s infinite;
    cursor: pointer;
}
.news_detail_con{
	width: 800px;
	max-width: 100%;
	height: 100%;
	overflow: hidden; 
	overflow-y: auto;
	padding: 5% 1% 5% 0;
}
.news_detail_title{
	width: 80%;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
.news_detail_time{
	width: 80%;
	color: #000;
	font-size: 14px;
	opacity: .6;
	margin-bottom: 50px;
}
.news_detail_info{
	width: 100%;
	text-align: left;
}
.news_detail_info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_detail_info p{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
	/*padding: 5%;*/
}
.news_detail_info p,.news_detail_info p span{
	line-height: 2 !important;
}
.news_detail_info p:first-child{
	/*padding-top: 50px;*/
}

/*##############################################################*/
/*##############################################################*/
.head{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.head .bg{
	width: 100%;
}
.head_title{
	width: 1200px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: 100;
	color: #000;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
	margin-left: -570px;
}


@media screen and (max-width: 1250px){
.backTop{
	margin-left: 530px;
}
}
@media screen and (min-width: 1500px){
.backTop{
	margin-left: 720px;
}
}
</pre></body></html>